Inital import from GMI_Pyramid
authorKarl O. Pinc <kop@meme.com>
Thu, 25 Oct 2018 02:32:36 +0000 (21:32 -0500)
committerKarl O. Pinc <kop@meme.com>
Thu, 25 Oct 2018 03:03:53 +0000 (22:03 -0500)
commit751febd0f7bce287e77a824480a5ad2fa8ccb721
treed7b591fc4f466b7fe80bc5ca52d1a47f2d7ca397
Inital import from GMI_Pyramid
15 files changed:
.coveragerc [new file with mode: 0644]
.gitignore [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.rst [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
src/pgwui_logout/VERSION [new file with mode: 0644]
src/pgwui_logout/__init__.py [new file with mode: 0644]
src/pgwui_logout/templates/logout.mak [new file with mode: 0644]
src/pgwui_logout/views/__init__.py [new file with mode: 0644]
src/pgwui_logout/views/logout.py [new file with mode: 0644]
tests/views/test_logout.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]